home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / swears10.zip / !CC.BAT next >
DOS Batch File  |  1991-06-25  |  110b  |  5 lines

  1. @echo off
  2. qcl /Ox /AS /W3 demo.c  /link swears_s.lib
  3. qcl /Ox /AS /W3 demo2.c /link swears_s.lib
  4. del *.obj
  5.